home *** CD-ROM | disk | FTP | other *** search
- Path: pip.shsu.edu!usenet
- From: stdmxg02@pip.shsu.edu (Jonathan Ko)
- Newsgroups: comp.dcom.modems
- Subject: Re: Usr Sporster INF files
- Date: Sat, 24 Feb 1996 04:34:30 GMT
- Organization: Home
- Message-ID: <4gm4jj$2s3@pip.shsu.edu>
- References: <4gac2i$tfl@klein.iguide.com>
- NNTP-Posting-Host: xdial1-slip9.shsu.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- Bob Moister <BMOISTER@mci.newscorp.com> wrote:
-
- >Ok, so I download the Sportster Inf file from USR's "On-Line Support"
- >page - MDMUSRSP.INF - install it into my windows/inf directory
- >as instructed to do.
- >And guess what ... now absolutely NO sporster modems show up in the USR section
- >of modem drivers when I try to add a new driver.
- >Any thoughts?
- >Of course I tried to call/fax/email USR, but............
- >thanks
- >bob
-
- It has been a while since I downloaded the file and installed it. I
- think I modified a little, but I don't remember what I did. Here is a
- copy of mine,
-
- ;-----cut here ------------------------------------------------
- ; MDMUSR.INF
- ;
- ; For use with Windows for Workgroups, NT 3.1, NT 3.5
-
- [Responses]
-
- ; General non Connect responses that all USR modems generate...
-
- OK=<cr><lf>OK<cr><lf>
- LOOP=<cr><lf>RING<cr><lf>
- LOOP=<cr><lf>RINGING<cr><lf>
- ERROR=<cr><lf>ERROR<cr><lf>
- ERROR_NO_CARRIER=<cr><lf>NO CARRIER<cr><lf>
- ERROR_VOICE=<cr><lf>VOICE<cr><lf>
- ERROR_NO_DIALTONE=<cr><lf>NO DIAL TONE<cr><lf>
- ERROR_BUSY=<cr><lf>BUSY<cr><lf>
- ERROR_NO_ANSWER=<cr><lf>NO ANSWER<cr><lf>
-
- ; General connect responses that all USR modems generate...
-
- CONNECT=<cr><lf>CONNECT <ignore>/NONE<ignore>
- CONNECT_EC=<cr><lf>CONNECT <ignore>/ARQ<ignore>
-
- ; Since serial port is locked, carrier rate is irrelevant. The RAS
- ; client calculates link rate after connection is accepted.
-
- [USRobotics General]
-
- ; This selection can be used by almost ALL USRobotics modems!
-
- ; * A MAXCONNECTBPS of 38400 allows this to be used by older modems
- such as the HST 14400.
-
- ; * Compression is off by default because of the lower DTE-DCE rate.
-
- ; * ITU-T standards are on by default to ensure compatibility with
- ; non-USR modems.
-
- ; * X4 is set to ensure compatibility with Sportster modems. Advanced
- ; dial features for Courier can be activated by placing X7 in the
- dial
- ; string. (i.e. phone number field contains "1-708-676-1059x7")
-
- CALLBACKTIME=10
- DEFAULTOFF=compression
- MAXCARRIERBPS=28800
- MAXCONNECTBPS=38400
- <speaker_on>=m1
- <speaker_off>=m0
- <hwflowcontrol_on>=&h1&r2
- <hwflowcontrol_off>=&h0Hr1
- <compression_on>=&k3
- <compression_off>=&k0
- <protocol_on>=&m4
- <protocol_off>=&m0
- <autodial_on>=ATdt
- <autodial_off>=ATd
- COMMAND_INIT=AT&f&a3x4e1q0v1s0=0s7=55s2=128<cr>
- COMMAND_INIT=AT&c1&d2b0x4<hwflowcontrol><compression><protocol><speaker><cr>
- COMMAND_DIAL=<autodial><phonenumber><cr>
- COMMAND_LISTEN=ATS0=1<cr>
-
- ; US Robotics modems are defined in original MODEM.INF are maintained
- ; here for installation purposes
-
- [US Robotics Courier Dual]
- ALIAS=USRobotics General
-
- [US Robotics Courier HST]
- ALIAS=USRobotics General
-
- [US Robotics Courier V.32bis]
- ALIAS=USRobotics General
-
- [US Robotics Sportster 2400]
- ALIAS=USRobotics General
-
- [US Robotics Sportster 9600]
- ALIAS=USRobotics General
-
- [US Robotics V.FC/V.34]
- ALIAS=USRobotics General
-
- ;--cut here, end of file ---------------
-
- 1. make sure putting it under /winnt/system32/ras directory
- 2, go to control panel, network, reinstall the drive
- 3. reboot
-
- Jonathan
-
-